home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 May / CHIP Mayıs 1999.bin / program / internet / TimeCop / system.exe / timecop.exe / 0 / RCDATA / TFRMKALENDER / TFRMKALENDER.txt
Encoding:
Text File  |  1998-05-05  |  1.5 KB  |  80 lines

  1. object FrmKalender: TFrmKalender
  2.   Left = 298
  3.   Top = 128
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Stichtag ausw∩┐╜hlen'
  7.   ClientHeight = 155
  8.   ClientWidth = 219
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnShow = updatecal
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 0
  20.     Width = 169
  21.     Height = 16
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Label1'
  25.     Color = clYellow
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -13
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentColor = False
  32.     ParentFont = False
  33.   end
  34.   object Calendar1: TCalendar
  35.     Left = 0
  36.     Top = 16
  37.     Width = 217
  38.     Height = 113
  39.     StartOfWeek = 0
  40.     TabOrder = 0
  41.     OnChange = updatecal
  42.   end
  43.   object OK: TButton
  44.     Left = 8
  45.     Top = 136
  46.     Width = 75
  47.     Height = 17
  48.     Caption = 'OK'
  49.     TabOrder = 1
  50.     OnClick = OKClick
  51.   end
  52.   object Abbrechen: TButton
  53.     Left = 136
  54.     Top = 136
  55.     Width = 75
  56.     Height = 17
  57.     Caption = 'Abbrechen'
  58.     TabOrder = 2
  59.     OnClick = AbbrechenClick
  60.   end
  61.   object btnback: TButton
  62.     Left = 0
  63.     Top = 0
  64.     Width = 25
  65.     Height = 17
  66.     Caption = '<'
  67.     TabOrder = 3
  68.     OnClick = btnbackClick
  69.   end
  70.   object btnforw: TButton
  71.     Left = 192
  72.     Top = 0
  73.     Width = 25
  74.     Height = 17
  75.     Caption = '>'
  76.     TabOrder = 4
  77.     OnClick = btnforwClick
  78.   end
  79. end
  80.